Input for WinForms | ComponentOne
C1.Framework Namespace / TreeCollection<T> Class
Members

In This Topic
    TreeCollection<T> Class
    In This Topic
    Represents a base collection for TreePanel.Columns and TreePanel.Rows.
    Syntax
    'Declaration
     
    
    Public MustInherit Class TreeCollection(Of T As {New, Element}) 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of T)
    public abstract class TreeCollection<T> : System.Collections.ObjectModel.ObservableCollection<T> 
    where T: new(), Element
    Type Parameters
    T
    Inheritance Hierarchy
    See Also